﻿2026-07-22T17:56:24.4664135Z ##[group]Run actions/checkout@v5
2026-07-22T17:56:24.4664398Z with:
2026-07-22T17:56:24.4664598Z   repository: SaberMage/spt-shell-notify
2026-07-22T17:56:24.4664845Z   path: .adapter-notify
2026-07-22T17:56:24.4666627Z   token: ***
2026-07-22T17:56:24.4666811Z   ssh-strict: true
2026-07-22T17:56:24.4666997Z   ssh-user: git
2026-07-22T17:56:24.4667184Z   persist-credentials: true
2026-07-22T17:56:24.4667383Z   clean: true
2026-07-22T17:56:24.4667560Z   sparse-checkout-cone-mode: true
2026-07-22T17:56:24.4667780Z   fetch-depth: 1
2026-07-22T17:56:24.4667951Z   fetch-tags: false
2026-07-22T17:56:24.4668133Z   show-progress: true
2026-07-22T17:56:24.4668322Z   lfs: false
2026-07-22T17:56:24.4668491Z   submodules: false
2026-07-22T17:56:24.4668685Z   set-safe-directory: true
2026-07-22T17:56:24.4668899Z   allow-unsafe-pr-checkout: false
2026-07-22T17:56:24.4669207Z env:
2026-07-22T17:56:24.4669383Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T17:56:24.4669606Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T17:56:24.4669855Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T17:56:24.4670075Z ##[endgroup]
2026-07-22T17:56:24.6302151Z Syncing repository: SaberMage/spt-shell-notify
2026-07-22T17:56:24.6302757Z ##[group]Getting Git version info
2026-07-22T17:56:24.6303397Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-22T17:56:24.6325424Z [command]/usr/bin/git version
2026-07-22T17:56:24.6359790Z git version 2.43.0
2026-07-22T17:56:24.6375232Z ##[endgroup]
2026-07-22T17:56:24.6386632Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/00e309d8-64e0-4c6c-9a0e-78fc4c98242d' before making global git config changes
2026-07-22T17:56:24.6387294Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T17:56:24.6389961Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T17:56:24.6417454Z ##[group]Initializing the repository
2026-07-22T17:56:24.6420698Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T17:56:24.6449059Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-22T17:56:24.6449806Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-22T17:56:24.6450322Z hint: of your new repositories, which will suppress this warning, call:
2026-07-22T17:56:24.6450731Z hint: 
2026-07-22T17:56:24.6451015Z hint: 	git config --global init.defaultBranch <name>
2026-07-22T17:56:24.6451330Z hint: 
2026-07-22T17:56:24.6451630Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-22T17:56:24.6452132Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-22T17:56:24.6452503Z hint: 
2026-07-22T17:56:24.6452717Z hint: 	git branch -m <name>
2026-07-22T17:56:24.6453939Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-22T17:56:24.6461670Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-22T17:56:24.6485008Z ##[endgroup]
2026-07-22T17:56:24.6485345Z ##[group]Disabling automatic garbage collection
2026-07-22T17:56:24.6487455Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T17:56:24.6513478Z ##[endgroup]
2026-07-22T17:56:24.6513855Z ##[group]Setting up auth
2026-07-22T17:56:24.6517919Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T17:56:24.6542269Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T17:56:24.6781675Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T17:56:24.6807071Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T17:56:24.6991963Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T17:56:24.7018173Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T17:56:24.7213220Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T17:56:24.7242781Z ##[endgroup]
2026-07-22T17:56:24.7243188Z ##[group]Determining the default branch
2026-07-22T17:56:24.7245824Z Retrieving the default branch name
2026-07-22T17:56:25.3619536Z Default branch 'main'
2026-07-22T17:56:25.3620296Z ##[endgroup]
2026-07-22T17:56:25.3620677Z ##[group]Fetching the repository
2026-07-22T17:56:25.3626524Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-22T17:56:25.9981684Z From https://github.com/SaberMage/spt-shell-notify
2026-07-22T17:56:25.9982127Z  * [new branch]      main       -> origin/main
2026-07-22T17:56:25.9998719Z ##[endgroup]
2026-07-22T17:56:25.9999173Z ##[group]Determining the checkout info
2026-07-22T17:56:26.0001253Z ##[endgroup]
2026-07-22T17:56:26.0005113Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T17:56:26.0041486Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T17:56:26.0066946Z ##[group]Checking out the ref
2026-07-22T17:56:26.0069305Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T17:56:26.0103753Z Switched to a new branch 'main'
2026-07-22T17:56:26.0104097Z branch 'main' set up to track 'origin/main'.
2026-07-22T17:56:26.0107738Z ##[endgroup]
2026-07-22T17:56:26.0139303Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T17:56:26.0161955Z ee2d37eadc730c0019e0af82d683074c509634a2
